home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / ifl / iflColormap.z / iflColormap
Text File  |  1998-10-20  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. iiiiffffllllCCCCoooolllloooorrrrmmmmaaaapppp((((3333))))    IIIImmmmaaaaggggeeee FFFFoooorrrrmmmmaaaatttt LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll     iiiiffffllllCCCCoooolllloooorrrrmmmmaaaapppp((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      iiiiffffllllCCCCoooolllloooorrrrmmmmaaaapppp - class for defining colormaps
  10.  
  11. IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
  12.      iflLut
  13.  
  14. HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
  15.      #include <ifl/iflColormap.h>
  16.  
  17. CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      iflColormap is derived from iflLut. The only difference is the removal of
  19.      the ability to have the table length not be a one-to-one mapping onto the
  20.      domain of the lut.  It is intended to represent the colormap for image
  21.      files that have an iflRGBPalette color model.  Refer to the iflLut man
  22.      page for more info on the supported access methods.
  23.  
  24. CCCCLLLLAAAASSSSSSSS MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN SSSSUUUUMMMMMMMMAAAARRRRYYYY
  25.      CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrrssss
  26.  
  27.           iflColormap()
  28.           iflColormap(int numChan, iflDataType dtype, double min, double max)
  29.           iflColormap(void* table, int numChan, iflDataType dtype,
  30.                       double min, double max)
  31.  
  32.  
  33. FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
  34.      iiiiffffllllCCCCoooolllloooorrrrmmmmaaaapppp(((())))
  35.  
  36.           iflColormap(int numChan, iflDataType dtype, double min, double max)
  37.           iflColormap(void* table, int numChan, iflDataType dtype,
  38.                       double min, double max)
  39.           iflColormap()
  40.  
  41.  
  42.           Constructors for the iflColormap class.  The number of tables or
  43.           channels in the colormap is specified by _n_u_m_C_h_a_n and the colormap
  44.           data type is specified by _d_t_y_p_e.  The domain of values the table
  45.           handles is from _m_i_n to _m_a_x.  The length of each table is either
  46.           _m_a_x-_m_i_n+1.  The second constructor creates an iflColormap whose
  47.           look-up table data is pointed to by _t_a_b_l_e. The final constructor
  48.           generates an empty iflColormap.  This can be useful in conjuction
  49.           with the assigment operator.
  50.  
  51. IIIINNNNHHHHEEEERRRRIIIITTTTEEEEDDDD MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNNSSSS
  52.    IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm iiiiffffllllLLLLuuuutttt
  53.      getChan(), getData(), getDataType(), getDomain(), getDomainMax(),
  54.      getDomainMin(), getDomainStep(), getLength(), getNumChans(), getOrigin(),
  55.      getRange(), getVal(), init(), isDiff(), operator=(), setData(),
  56.      setDomain(), setVal()
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. iiiiffffllllCCCCoooolllloooorrrrmmmmaaaapppp((((3333))))    IIIImmmmaaaaggggeeee FFFFoooorrrrmmmmaaaatttt LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll     iiiiffffllllCCCCoooolllloooorrrrmmmmaaaapppp((((3333))))
  71.  
  72.  
  73.  
  74. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  75.      iflLut, iflSGIColormap
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.